projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f48f7d
)
Remove redundant (require 'timer) in midnight.el
author
Leo Liu
<sdl.web@gmail.com>
Fri, 25 Mar 2011 22:26:30 +0000
(06:26 +0800)
committer
Leo Liu
<sdl.web@gmail.com>
Fri, 25 Mar 2011 22:26:30 +0000
(06:26 +0800)
lisp/ChangeLog
patch
|
blob
|
history
lisp/midnight.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 1be233c84b839ceb5f6a563fb20901bc1f14ee86..f1b5361926846e25f4fc251fb471b258468746c6 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-3,6
+3,7
@@
* midnight.el (midnight-time-float): Remove. Note it calculates
the microsecond component incorrectly and seconds-to-time does the
same job.
+ Remove redundant (require 'timer).
* ido.el (ido-read-internal): Simplify with read-from-minibuffer.
(ido-completions): Remove unused arguments. (Bug#8329)
diff --git
a/lisp/midnight.el
b/lisp/midnight.el
index db8f6c5a3df2a5d3838f2215ef216eb7af0db445..762bc5445ba96991dde2f8984ad9136f469e7bdb 100644
(file)
--- a/
lisp/midnight.el
+++ b/
lisp/midnight.el
@@
-39,8
+39,6
@@
(eval-when-compile
(require 'cl))
-(require 'timer)
-
(defgroup midnight nil
"Run something every day at midnight."
:group 'calendar